type google.golang.org/grpc/balancer/base.errPicker

3 uses

	google.golang.org/grpc/balancer/base (current package)
		balancer.go#L246: 	return &errPicker{err: err}
		balancer.go#L254: type errPicker struct {
		balancer.go#L258: func (p *errPicker) Pick(balancer.PickInfo) (balancer.PickResult, error) {